From 5327524e715332daaebf6b04c155d2880d230979 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 28 Sep 2025 16:11:46 +0200 Subject: [PATCH] cmake: bump minimum required version to 3.13 Signed-off-by: Felix Fietkau --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 748e03c..ba6a493 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.13) PROJECT(udebugd C) -- 2.30.2